[Backport 7.1.x] chore/platform: update docker-compose to support jaeger 2.16 config#1370
Merged
[Backport 7.1.x] chore/platform: update docker-compose to support jaeger 2.16 config#1370
Conversation
…1369) closes PLAT-487 Update manifests to support 2.16 jaeger configurations style This follows changes to the sourcegraph jaeger base image sourcegraph/sourcegraph#10912 ### Checklist <!-- Kubernetes and Docker Compose MUST be kept in sync. You should not merge a change here without a corresponding change in the other repository, unless it truly is specific to this repository. If uneeded, add link or explanation of why it is not needed here. --> * [ ] Sister [deploy-sourcegraph](https://github.com/sourcegraph/deploy-sourcegraph) change: * [ ] Sister [customer-replica](https://github.com/sourcegraph/deploy-sourcegraph-docker-customer-replica-1) change (if necessary, for any changes affecting pure-docker or configuration): * [ ] All images have a valid tag and SHA256 sum ### Test plan This was tested with a local deployment of docker compose, switching in the new jaeger image and the config changes here. Then a search and trace were performed <img width="2483" height="1505" alt="Screenshot 2026-03-19 at 10 33 48 AM" src="https://github.com/user-attachments/assets/f5f6e5bf-f759-4663-8701-0c6f88e1087b" /> <img width="2541" height="857" alt="Screenshot 2026-03-19 at 10 31 56 AM" src="https://github.com/user-attachments/assets/1383df54-f997-47f2-931d-7eef19012ec1" /> <!-- As part of SOC2/GN-104 and SOC2/GN-105 requirements, all pull requests are REQUIRED to provide a "test plan". A test plan is a loose explanation of what you have done or implemented to test this, as outlined in our Testing principles and guidelines: https://docs.sourcegraph.com/dev/background-information/testing_principles Write your test plan here after the "Test plan" header. --> (cherry picked from commit 513fd6c)
DaedalusG
approved these changes
Mar 19, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Backport 513fd6c from #1369
closes PLAT-487
Update manifests to support 2.16 jaeger configurations style
This follows changes to the sourcegraph jaeger base image https://github.com/sourcegraph/sourcegraph/pull/10912
Checklist
Test plan
This was tested with a local deployment of docker compose, switching in the new jaeger image and the config changes here.
Then a search and trace were performed
